home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / select01.zip / Select.Doc < prev    next >
Text File  |  1993-10-28  |  807b  |  32 lines

  1. Select.exe:
  2.  
  3. When using batch menus (ie. MENU.bat 1.bat etc...) or really anytime you
  4. want select will allow you to pass a file as a parameter to a program.
  5. Origionally I wrote this for someone using AutoCAD so that is the
  6. default program, but I added the ability to use any program.
  7.  
  8. To use it, just include lines similar to the following in a batch file:
  9.  
  10. .
  11. .
  12. .
  13. select C:\PATH\PROGRAM FILEMASK.*
  14. call KEEPME.BAT
  15. .
  16. .
  17. .
  18.  
  19. Select creates a file called KEEPME.BAT in the directory the parameter
  20. program is in.
  21.  
  22. This is really beta level code of bigger project I am working on, but it
  23. is ready for use.  I ask for no money (but feel free to send it :) but
  24. if you use it, drop me a line.
  25.  
  26. AS IS NO WARANTY.
  27.  
  28. Layne Robinson
  29. 154 Turtledove Drive
  30. Monroe, LA 71203
  31. lar@latech.engr.edu
  32.